home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / mach / amiga / tools / gcc040p1.lha / as.info-4 < prev    next >
Encoding:
GNU Info File  |  1993-03-09  |  29.5 KB  |  556 lines

  1. This is Info file as.info, produced by Makeinfo-1.52 from the input
  2. file ../../../gas/doc/as-all.texinfo.
  3.  
  4. START-INFO-DIR-ENTRY
  5. * As: (as).                     The GNU assembler.
  6. END-INFO-DIR-ENTRY
  7.  
  8.    This file documents the GNU Assembler "as".
  9.  
  10.    Copyright (C) 1991, 1992 Free Software Foundation, Inc.
  11.  
  12.    Permission is granted to make and distribute verbatim copies of this
  13. manual provided the copyright notice and this permission notice are
  14. preserved on all copies.
  15.  
  16.    Permission is granted to copy and distribute modified versions of
  17. this manual under the conditions for verbatim copying, provided also
  18. that the section entitled "GNU General Public License" is included
  19. exactly as in the original, and provided that the entire resulting
  20. derived work is distributed under the terms of a permission notice
  21. identical to this one.
  22.  
  23.    Permission is granted to copy and distribute translations of this
  24. manual into another language, under the above conditions for modified
  25. versions, except that the section entitled "GNU General Public License"
  26. may be included in a translation approved by the Free Software
  27. Foundation instead of in the original English.
  28.  
  29. 
  30. File: as.info,  Node: Z8000 Opcodes,  Prev: Z8000 Directives,  Up: Z8000-Dependent
  31.  
  32. Opcodes
  33. -------
  34.  
  35.    For detailed information on the Z8000 machine instruction set, see
  36. `Z8000 Technical Manual'.
  37.  
  38.    The following table summarizes the opcodes and their arguments:
  39.  
  40.                  rs   16 bit source register
  41.                  rd   16 bit destination register
  42.                  rbs   8 bit source register
  43.                  rbd   8 bit destination register
  44.                  rrs   32 bit source register
  45.                  rrd   32 bit destination register
  46.                  rqs   64 bit source register
  47.                  rqd   64 bit destination register
  48.                  addr 16/24 bit address
  49.                  imm  immediate data
  50.      
  51.      adc rd,rs               clrb addr               cpsir @rd,@rs,rr,cc
  52.      adcb rbd,rbs            clrb addr(rd)           cpsirb @rd,@rs,rr,cc
  53.      add rd,@rs              clrb rbd                dab rbd
  54.      add rd,addr             com @rd                 dbjnz rbd,disp7
  55.      add rd,addr(rs)         com addr                dec @rd,imm4m1
  56.      add rd,imm16            com addr(rd)            dec addr(rd),imm4m1
  57.      add rd,rs               com rd                  dec addr,imm4m1
  58.      addb rbd,@rs            comb @rd                dec rd,imm4m1
  59.      addb rbd,addr           comb addr               decb @rd,imm4m1
  60.      addb rbd,addr(rs)       comb addr(rd)           decb addr(rd),imm4m1
  61.      addb rbd,imm8           comb rbd                decb addr,imm4m1
  62.      addb rbd,rbs            comflg flags            decb rbd,imm4m1
  63.      addl rrd,@rs            cp @rd,imm16            di i2
  64.      addl rrd,addr           cp addr(rd),imm16       div rrd,@rs
  65.      addl rrd,addr(rs)       cp addr,imm16           div rrd,addr
  66.      addl rrd,imm32          cp rd,@rs               div rrd,addr(rs)
  67.      addl rrd,rrs            cp rd,addr              div rrd,imm16
  68.      and rd,@rs              cp rd,addr(rs)          div rrd,rs
  69.      and rd,addr             cp rd,imm16             divl rqd,@rs
  70.      and rd,addr(rs)         cp rd,rs                divl rqd,addr
  71.      and rd,imm16            cpb @rd,imm8            divl rqd,addr(rs)
  72.      and rd,rs               cpb addr(rd),imm8       divl rqd,imm32
  73.      andb rbd,@rs            cpb addr,imm8           divl rqd,rrs
  74.      andb rbd,addr           cpb rbd,@rs             djnz rd,disp7
  75.      andb rbd,addr(rs)       cpb rbd,addr            ei i2
  76.      andb rbd,imm8           cpb rbd,addr(rs)        ex rd,@rs
  77.      andb rbd,rbs            cpb rbd,imm8            ex rd,addr
  78.      bit @rd,imm4            cpb rbd,rbs             ex rd,addr(rs)
  79.      bit addr(rd),imm4       cpd rd,@rs,rr,cc        ex rd,rs
  80.      bit addr,imm4           cpdb rbd,@rs,rr,cc      exb rbd,@rs
  81.      bit rd,imm4             cpdr rd,@rs,rr,cc       exb rbd,addr
  82.      bit rd,rs               cpdrb rbd,@rs,rr,cc     exb rbd,addr(rs)
  83.      bitb @rd,imm4           cpi rd,@rs,rr,cc        exb rbd,rbs
  84.      bitb addr(rd),imm4      cpib rbd,@rs,rr,cc      ext0e imm8
  85.      bitb addr,imm4          cpir rd,@rs,rr,cc       ext0f imm8
  86.      bitb rbd,imm4           cpirb rbd,@rs,rr,cc     ext8e imm8
  87.      bitb rbd,rs             cpl rrd,@rs             ext8f imm8
  88.      bpt                     cpl rrd,addr            exts rrd
  89.      call @rd                cpl rrd,addr(rs)        extsb rd
  90.      call addr               cpl rrd,imm32           extsl rqd
  91.      call addr(rd)           cpl rrd,rrs             halt
  92.      calr disp12             cpsd @rd,@rs,rr,cc      in rd,@rs
  93.      clr @rd                 cpsdb @rd,@rs,rr,cc     in rd,imm16
  94.      clr addr                cpsdr @rd,@rs,rr,cc     inb rbd,@rs
  95.      clr addr(rd)            cpsdrb @rd,@rs,rr,cc    inb rbd,imm16
  96.      clr rd                  cpsi @rd,@rs,rr,cc      inc @rd,imm4m1
  97.      clrb @rd                cpsib @rd,@rs,rr,cc     inc addr(rd),imm4m1
  98.      inc addr,imm4m1         ldb rbd,rs(rx)          mult rrd,addr(rs)
  99.      inc rd,imm4m1           ldb rd(imm16),rbs       mult rrd,imm16
  100.      incb @rd,imm4m1         ldb rd(rx),rbs          mult rrd,rs
  101.      incb addr(rd),imm4m1    ldctl ctrl,rs           multl rqd,@rs
  102.      incb addr,imm4m1        ldctl rd,ctrl           multl rqd,addr
  103.      incb rbd,imm4m1         ldd @rs,@rd,rr          multl rqd,addr(rs)
  104.      ind @rd,@rs,ra          lddb @rs,@rd,rr         multl rqd,imm32
  105.      indb @rd,@rs,rba        lddr @rs,@rd,rr         multl rqd,rrs
  106.      inib @rd,@rs,ra         lddrb @rs,@rd,rr        neg @rd
  107.      inibr @rd,@rs,ra        ldi @rd,@rs,rr          neg addr
  108.      iret                    ldib @rd,@rs,rr         neg addr(rd)
  109.      jp cc,@rd               ldir @rd,@rs,rr         neg rd
  110.      jp cc,addr              ldirb @rd,@rs,rr        negb @rd
  111.      jp cc,addr(rd)          ldk rd,imm4             negb addr
  112.      jr cc,disp8             ldl @rd,rrs             negb addr(rd)
  113.      ld @rd,imm16            ldl addr(rd),rrs        negb rbd
  114.      ld @rd,rs               ldl addr,rrs            nop
  115.      ld addr(rd),imm16       ldl rd(imm16),rrs       or rd,@rs
  116.      ld addr(rd),rs          ldl rd(rx),rrs          or rd,addr
  117.      ld addr,imm16           ldl rrd,@rs             or rd,addr(rs)
  118.      ld addr,rs              ldl rrd,addr            or rd,imm16
  119.      ld rd(imm16),rs         ldl rrd,addr(rs)        or rd,rs
  120.      ld rd(rx),rs            ldl rrd,imm32           orb rbd,@rs
  121.      ld rd,@rs               ldl rrd,rrs             orb rbd,addr
  122.      ld rd,addr              ldl rrd,rs(imm16)       orb rbd,addr(rs)
  123.      ld rd,addr(rs)          ldl rrd,rs(rx)          orb rbd,imm8
  124.      ld rd,imm16             ldm @rd,rs,n            orb rbd,rbs
  125.      ld rd,rs                ldm addr(rd),rs,n       out @rd,rs
  126.      ld rd,rs(imm16)         ldm addr,rs,n           out imm16,rs
  127.      ld rd,rs(rx)            ldm rd,@rs,n            outb @rd,rbs
  128.      lda rd,addr             ldm rd,addr(rs),n       outb imm16,rbs
  129.      lda rd,addr(rs)         ldm rd,addr,n           outd @rd,@rs,ra
  130.      lda rd,rs(imm16)        ldps @rs                outdb @rd,@rs,rba
  131.      lda rd,rs(rx)           ldps addr               outib @rd,@rs,ra
  132.      ldar rd,disp16          ldps addr(rs)           outibr @rd,@rs,ra
  133.      ldb @rd,imm8            ldr disp16,rs           pop @rd,@rs
  134.      ldb @rd,rbs             ldr rd,disp16           pop addr(rd),@rs
  135.      ldb addr(rd),imm8       ldrb disp16,rbs         pop addr,@rs
  136.      ldb addr(rd),rbs        ldrb rbd,disp16         pop rd,@rs
  137.      ldb addr,imm8           ldrl disp16,rrs         popl @rd,@rs
  138.      ldb addr,rbs            ldrl rrd,disp16         popl addr(rd),@rs
  139.      ldb rbd,@rs             mbit                    popl addr,@rs
  140.      ldb rbd,addr            mreq rd                 popl rrd,@rs
  141.      ldb rbd,addr(rs)        mres                    push @rd,@rs
  142.      ldb rbd,imm8            mset                    push @rd,addr
  143.      ldb rbd,rbs             mult rrd,@rs            push @rd,addr(rs)
  144.      ldb rbd,rs(imm16)       mult rrd,addr           push @rd,imm16
  145.      push @rd,rs             set addr,imm4           subl rrd,imm32
  146.      pushl @rd,@rs           set rd,imm4             subl rrd,rrs
  147.      pushl @rd,addr          set rd,rs               tcc cc,rd
  148.      pushl @rd,addr(rs)      setb @rd,imm4           tccb cc,rbd
  149.      pushl @rd,rrs           setb addr(rd),imm4      test @rd
  150.      res @rd,imm4            setb addr,imm4          test addr
  151.      res addr(rd),imm4       setb rbd,imm4           test addr(rd)
  152.      res addr,imm4           setb rbd,rs             test rd
  153.      res rd,imm4             setflg imm4             testb @rd
  154.      res rd,rs               sinb rbd,imm16          testb addr
  155.      resb @rd,imm4           sinb rd,imm16           testb addr(rd)
  156.      resb addr(rd),imm4      sind @rd,@rs,ra         testb rbd
  157.      resb addr,imm4          sindb @rd,@rs,rba       testl @rd
  158.      resb rbd,imm4           sinib @rd,@rs,ra        testl addr
  159.      resb rbd,rs             sinibr @rd,@rs,ra       testl addr(rd)
  160.      resflg imm4             sla rd,imm8             testl rrd
  161.      ret cc                  slab rbd,imm8           trdb @rd,@rs,rba
  162.      rl rd,imm1or2           slal rrd,imm8           trdrb @rd,@rs,rba
  163.      rlb rbd,imm1or2         sll rd,imm8             trib @rd,@rs,rbr
  164.      rlc rd,imm1or2          sllb rbd,imm8           trirb @rd,@rs,rbr
  165.      rlcb rbd,imm1or2        slll rrd,imm8           trtdrb @ra,@rb,rbr
  166.      rldb rbb,rba            sout imm16,rs           trtib @ra,@rb,rr
  167.      rr rd,imm1or2           soutb imm16,rbs         trtirb @ra,@rb,rbr
  168.      rrb rbd,imm1or2         soutd @rd,@rs,ra        trtrb @ra,@rb,rbr
  169.      rrc rd,imm1or2          soutdb @rd,@rs,rba      tset @rd
  170.      rrcb rbd,imm1or2        soutib @rd,@rs,ra       tset addr
  171.      rrdb rbb,rba            soutibr @rd,@rs,ra      tset addr(rd)
  172.      rsvd36                  sra rd,imm8             tset rd
  173.      rsvd38                  srab rbd,imm8           tsetb @rd
  174.      rsvd78                  sral rrd,imm8           tsetb addr
  175.      rsvd7e                  srl rd,imm8             tsetb addr(rd)
  176.      rsvd9d                  srlb rbd,imm8           tsetb rbd
  177.      rsvd9f                  srll rrd,imm8           xor rd,@rs
  178.      rsvdb9                  sub rd,@rs              xor rd,addr
  179.      rsvdbf                  sub rd,addr             xor rd,addr(rs)
  180.      sbc rd,rs               sub rd,addr(rs)         xor rd,imm16
  181.      sbcb rbd,rbs            sub rd,imm16            xor rd,rs
  182.      sc imm8                 sub rd,rs               xorb rbd,@rs
  183.      sda rd,rs               subb rbd,@rs            xorb rbd,addr
  184.      sdab rbd,rs             subb rbd,addr           xorb rbd,addr(rs)
  185.      sdal rrd,rs             subb rbd,addr(rs)       xorb rbd,imm8
  186.      sdl rd,rs               subb rbd,imm8           xorb rbd,rbs
  187.      sdlb rbd,rs             subb rbd,rbs            xorb rbd,rbs
  188.      sdll rrd,rs             subl rrd,@rs
  189.      set @rd,imm4            subl rrd,addr
  190.      set addr(rd),imm4       subl rrd,addr(rs)
  191.  
  192. 
  193. File: as.info,  Node: Copying,  Next: Index,  Prev: Machine Dependent,  Up: Top
  194.  
  195. GNU GENERAL PUBLIC LICENSE
  196. **************************
  197.  
  198.                          Version 2, June 1991
  199.  
  200.      Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  201.      675 Mass Ave, Cambridge, MA 02139, USA
  202.      
  203.      Everyone is permitted to copy and distribute verbatim copies
  204.      of this license document, but changing it is not allowed.
  205.  
  206. Preamble
  207. ========
  208.  
  209.    The licenses for most software are designed to take away your
  210. freedom to share and change it.  By contrast, the GNU General Public
  211. License is intended to guarantee your freedom to share and change free
  212. software--to make sure the software is free for all its users.  This
  213. General Public License applies to most of the Free Software
  214. Foundation's software and to any other program whose authors commit to
  215. using it.  (Some other Free Software Foundation software is covered by
  216. the GNU Library General Public License instead.)  You can apply it to
  217. your programs, too.
  218.  
  219.    When we speak of free software, we are referring to freedom, not
  220. price.  Our General Public Licenses are designed to make sure that you
  221. have the freedom to distribute copies of free software (and charge for
  222. this service if you wish), that you receive source code or can get it
  223. if you want it, that you can change the software or use pieces of it in
  224. new free programs; and that you know you can do these things.
  225.  
  226.    To protect your rights, we need to make restrictions that forbid
  227. anyone to deny you these rights or to ask you to surrender the rights.
  228. These restrictions translate to certain responsibilities for you if you
  229. distribute copies of the software, or if you modify it.
  230.  
  231.    For example, if you distribute copies of such a program, whether
  232. gratis or for a fee, you must give the recipients all the rights that
  233. you have.  You must make sure that they, too, receive or can get the
  234. source code.  And you must show them these terms so they know their
  235. rights.
  236.  
  237.    We protect your rights with two steps: (1) copyright the software,
  238. and (2) offer you this license which gives you legal permission to copy,
  239. distribute and/or modify the software.
  240.  
  241.    Also, for each author's protection and ours, we want to make certain
  242. that everyone understands that there is no warranty for this free
  243. software.  If the software is modified by someone else and passed on, we
  244. want its recipients to know that what they have is not the original, so
  245. that any problems introduced by others will not reflect on the original
  246. authors' reputations.
  247.  
  248.    Finally, any free program is threatened constantly by software
  249. patents.  We wish to avoid the danger that redistributors of a free
  250. program will individually obtain patent licenses, in effect making the
  251. program proprietary.  To prevent this, we have made it clear that any
  252. patent must be licensed for everyone's free use or not licensed at all.
  253.  
  254.    The precise terms and conditions for copying, distribution and
  255. modification follow.
  256.  
  257.     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  258.  
  259.   1. This License applies to any program or other work which contains a
  260.      notice placed by the copyright holder saying it may be distributed
  261.      under the terms of this General Public License.  The "Program",
  262.      below, refers to any such program or work, and a "work based on
  263.      the Program" means either the Program or any derivative work under
  264.      copyright law: that is to say, a work containing the Program or a
  265.      portion of it, either verbatim or with modifications and/or
  266.      translated into another language.  (Hereinafter, translation is
  267.      included without limitation in the term "modification".)  Each
  268.      licensee is addressed as "you".
  269.  
  270.      Activities other than copying, distribution and modification are
  271.      not covered by this License; they are outside its scope.  The act
  272.      of running the Program is not restricted, and the output from the
  273.      Program is covered only if its contents constitute a work based on
  274.      the Program (independent of having been made by running the
  275.      Program). Whether that is true depends on what the Program does.
  276.  
  277.   2. You may copy and distribute verbatim copies of the Program's
  278.      source code as you receive it, in any medium, provided that you
  279.      conspicuously and appropriately publish on each copy an appropriate
  280.      copyright notice and disclaimer of warranty; keep intact all the
  281.      notices that refer to this License and to the absence of any
  282.      warranty; and give any other recipients of the Program a copy of
  283.      this License along with the Program.
  284.  
  285.      You may charge a fee for the physical act of transferring a copy,
  286.      and you may at your option offer warranty protection in exchange
  287.      for a fee.
  288.  
  289.   3. You may modify your copy or copies of the Program or any portion
  290.      of it, thus forming a work based on the Program, and copy and
  291.      distribute such modifications or work under the terms of Section 1
  292.      above, provided that you also meet all of these conditions:
  293.  
  294.        a. You must cause the modified files to carry prominent notices
  295.           stating that you changed the files and the date of any change.
  296.  
  297.        b. You must cause any work that you distribute or publish, that
  298.           in whole or in part contains or is derived from the Program
  299.           or any part thereof, to be licensed as a whole at no charge
  300.           to all third parties under the terms of this License.
  301.  
  302.        c. If the modified program normally reads commands interactively
  303.           when run, you must cause it, when started running for such
  304.           interactive use in the most ordinary way, to print or display
  305.           an announcement including an appropriate copyright notice and
  306.           a notice that there is no warranty (or else, saying that you
  307.           provide a warranty) and that users may redistribute the
  308.           program under these conditions, and telling the user how to
  309.           view a copy of this License.  (Exception: if the Program
  310.           itself is interactive but does not normally print such an
  311.           announcement, your work based on the Program is not required
  312.           to print an announcement.)
  313.  
  314.      These requirements apply to the modified work as a whole.  If
  315.      identifiable sections of that work are not derived from the
  316.      Program, and can be reasonably considered independent and separate
  317.      works in themselves, then this License, and its terms, do not
  318.      apply to those sections when you distribute them as separate
  319.      works.  But when you distribute the same sections as part of a
  320.      whole which is a work based on the Program, the distribution of
  321.      the whole must be on the terms of this License, whose permissions
  322.      for other licensees extend to the entire whole, and thus to each
  323.      and every part regardless of who wrote it.
  324.  
  325.      Thus, it is not the intent of this section to claim rights or
  326.      contest your rights to work written entirely by you; rather, the
  327.      intent is to exercise the right to control the distribution of
  328.      derivative or collective works based on the Program.
  329.  
  330.      In addition, mere aggregation of another work not based on the
  331.      Program with the Program (or with a work based on the Program) on
  332.      a volume of a storage or distribution medium does not bring the
  333.      other work under the scope of this License.
  334.  
  335.   4. You may copy and distribute the Program (or a work based on it,
  336.      under Section 2) in object code or executable form under the terms
  337.      of Sections 1 and 2 above provided that you also do one of the
  338.      following:
  339.  
  340.        a. Accompany it with the complete corresponding machine-readable
  341.           source code, which must be distributed under the terms of
  342.           Sections 1 and 2 above on a medium customarily used for
  343.           software interchange; or,
  344.  
  345.        b. Accompany it with a written offer, valid for at least three
  346.           years, to give any third party, for a charge no more than your
  347.           cost of physically performing source distribution, a complete
  348.           machine-readable copy of the corresponding source code, to be
  349.           distributed under the terms of Sections 1 and 2 above on a
  350.           medium customarily used for software interchange; or,
  351.  
  352.        c. Accompany it with the information you received as to the offer
  353.           to distribute corresponding source code.  (This alternative is
  354.           allowed only for noncommercial distribution and only if you
  355.           received the program in object code or executable form with
  356.           such an offer, in accord with Subsection b above.)
  357.  
  358.      The source code for a work means the preferred form of the work for
  359.      making modifications to it.  For an executable work, complete
  360.      source code means all the source code for all modules it contains,
  361.      plus any associated interface definition files, plus the scripts
  362.      used to control compilation and installation of the executable. 
  363.      However, as a special exception, the source code distributed need
  364.      not include anything that is normally distributed (in either
  365.      source or binary form) with the major components (compiler,
  366.      kernel, and so on) of the operating system on which the executable
  367.      runs, unless that component itself accompanies the executable.
  368.  
  369.      If distribution of executable or object code is made by offering
  370.      access to copy from a designated place, then offering equivalent
  371.      access to copy the source code from the same place counts as
  372.      distribution of the source code, even though third parties are not
  373.      compelled to copy the source along with the object code.
  374.  
  375.   5. You may not copy, modify, sublicense, or distribute the Program
  376.      except as expressly provided under this License.  Any attempt
  377.      otherwise to copy, modify, sublicense or distribute the Program is
  378.      void, and will automatically terminate your rights under this
  379.      License. However, parties who have received copies, or rights,
  380.      from you under this License will not have their licenses
  381.      terminated so long as such parties remain in full compliance.
  382.  
  383.   6. You are not required to accept this License, since you have not
  384.      signed it.  However, nothing else grants you permission to modify
  385.      or distribute the Program or its derivative works.  These actions
  386.      are prohibited by law if you do not accept this License. 
  387.      Therefore, by modifying or distributing the Program (or any work
  388.      based on the Program), you indicate your acceptance of this
  389.      License to do so, and all its terms and conditions for copying,
  390.      distributing or modifying the Program or works based on it.
  391.  
  392.   7. Each time you redistribute the Program (or any work based on the
  393.      Program), the recipient automatically receives a license from the
  394.      original licensor to copy, distribute or modify the Program
  395.      subject to these terms and conditions.  You may not impose any
  396.      further restrictions on the recipients' exercise of the rights
  397.      granted herein. You are not responsible for enforcing compliance
  398.      by third parties to this License.
  399.  
  400.   8. If, as a consequence of a court judgment or allegation of patent
  401.      infringement or for any other reason (not limited to patent
  402.      issues), conditions are imposed on you (whether by court order,
  403.      agreement or otherwise) that contradict the conditions of this
  404.      License, they do not excuse you from the conditions of this
  405.      License.  If you cannot distribute so as to satisfy simultaneously
  406.      your obligations under this License and any other pertinent
  407.      obligations, then as a consequence you may not distribute the
  408.      Program at all.  For example, if a patent license would not permit
  409.      royalty-free redistribution of the Program by all those who
  410.      receive copies directly or indirectly through you, then the only
  411.      way you could satisfy both it and this License would be to refrain
  412.      entirely from distribution of the Program.
  413.  
  414.      If any portion of this section is held invalid or unenforceable
  415.      under any particular circumstance, the balance of the section is
  416.      intended to apply and the section as a whole is intended to apply
  417.      in other circumstances.
  418.  
  419.      It is not the purpose of this section to induce you to infringe any
  420.      patents or other property right claims or to contest validity of
  421.      any such claims; this section has the sole purpose of protecting
  422.      the integrity of the free software distribution system, which is
  423.      implemented by public license practices.  Many people have made
  424.      generous contributions to the wide range of software distributed
  425.      through that system in reliance on consistent application of that
  426.      system; it is up to the author/donor to decide if he or she is
  427.      willing to distribute software through any other system and a
  428.      licensee cannot impose that choice.
  429.  
  430.      This section is intended to make thoroughly clear what is believed
  431.      to be a consequence of the rest of this License.
  432.  
  433.   9. If the distribution and/or use of the Program is restricted in
  434.      certain countries either by patents or by copyrighted interfaces,
  435.      the original copyright holder who places the Program under this
  436.      License may add an explicit geographical distribution limitation
  437.      excluding those countries, so that distribution is permitted only
  438.      in or among countries not thus excluded.  In such case, this
  439.      License incorporates the limitation as if written in the body of
  440.      this License.
  441.  
  442.  10. The Free Software Foundation may publish revised and/or new
  443.      versions of the General Public License from time to time.  Such
  444.      new versions will be similar in spirit to the present version, but
  445.      may differ in detail to address new problems or concerns.
  446.  
  447.      Each version is given a distinguishing version number.  If the
  448.      Program specifies a version number of this License which applies
  449.      to it and "any later version", you have the option of following
  450.      the terms and conditions either of that version or of any later
  451.      version published by the Free Software Foundation.  If the Program
  452.      does not specify a version number of this License, you may choose
  453.      any version ever published by the Free Software Foundation.
  454.  
  455.  11. If you wish to incorporate parts of the Program into other free
  456.      programs whose distribution conditions are different, write to the
  457.      author to ask for permission.  For software which is copyrighted
  458.      by the Free Software Foundation, write to the Free Software
  459.      Foundation; we sometimes make exceptions for this.  Our decision
  460.      will be guided by the two goals of preserving the free status of
  461.      all derivatives of our free software and of promoting the sharing
  462.      and reuse of software generally.
  463.  
  464.                                 NO WARRANTY
  465.  
  466.  12. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
  467.      WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE
  468.      LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
  469.      HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
  470.      WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT
  471.      NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  472.      FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE
  473.      QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
  474.      PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  475.      SERVICING, REPAIR OR CORRECTION.
  476.  
  477.  13. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  478.      WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY
  479.      MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE
  480.      LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
  481.      INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
  482.      INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
  483.      DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU
  484.      OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY
  485.      OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
  486.      ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  487.  
  488.                       END OF TERMS AND CONDITIONS
  489.  
  490. Applying These Terms to Your New Programs
  491. =========================================
  492.  
  493.    If you develop a new program, and you want it to be of the greatest
  494. possible use to the public, the best way to achieve this is to make it
  495. free software which everyone can redistribute and change under these
  496. terms.
  497.  
  498.    To do so, attach the following notices to the program.  It is safest
  499. to attach them to the start of each source file to most effectively
  500. convey the exclusion of warranty; and each file should have at least
  501. the "copyright" line and a pointer to where the full notice is found.
  502.  
  503.      ONE LINE TO GIVE THE PROGRAM'S NAME AND AN IDEA OF WHAT IT DOES.
  504.      Copyright (C) 19YY  NAME OF AUTHOR
  505.      
  506.      This program is free software; you can redistribute it and/or
  507.      modify it under the terms of the GNU General Public License
  508.      as published by the Free Software Foundation; either version 2
  509.      of the License, or (at your option) any later version.
  510.      
  511.      This program is distributed in the hope that it will be useful,
  512.      but WITHOUT ANY WARRANTY; without even the implied warranty of
  513.      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  514.      GNU General Public License for more details.
  515.      
  516.      You should have received a copy of the GNU General Public License
  517.      along with this program; if not, write to the
  518.      Free Software Foundation, Inc., 675 Mass Ave,
  519.      Cambridge, MA 02139, USA.
  520.  
  521.    Also add information on how to contact you by electronic and paper
  522. mail.
  523.  
  524.    If the program is interactive, make it output a short notice like
  525. this when it starts in an interactive mode:
  526.  
  527.      Gnomovision version 69, Copyright (C) 19YY NAME OF AUTHOR
  528.      Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
  529.      type `show w'.  This is free software, and you are welcome
  530.      to redistribute it under certain conditions; type `show c'
  531.      for details.
  532.  
  533.    The hypothetical commands `show w' and `show c' should show the
  534. appropriate parts of the General Public License.  Of course, the
  535. commands you use may be called something other than `show w' and `show
  536. c'; they could even be mouse-clicks or menu items--whatever suits your
  537. program.
  538.  
  539.    You should also get your employer (if you work as a programmer) or
  540. your school, if any, to sign a "copyright disclaimer" for the program,
  541. if necessary.  Here is a sample; alter the names:
  542.  
  543.      Yoyodyne, Inc., hereby disclaims all copyright interest in
  544.      the program `Gnomovision' (which makes passes at compilers)
  545.      written by James Hacker.
  546.      
  547.      SIGNATURE OF TY COON, 1 April 1989
  548.      Ty Coon, President of Vice
  549.  
  550.    This General Public License does not permit incorporating your
  551. program into proprietary programs.  If your program is a subroutine
  552. library, you may consider it more useful to permit linking proprietary
  553. applications with the library.  If this is what you want to do, use the
  554. GNU Library General Public License instead of this License.
  555.  
  556.